From 415491dcb67ad71ccf62da4c539faa00fa6543f4 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Mon, 2 Jul 2007 19:23:19 +0000 Subject: [PATCH] Add doc for unicsv options 'datum' and 'grid'. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2851 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/formats/options/unicsv-datum.xml | 4 ++++ gpsbabel/xmldoc/formats/options/unicsv-grid.xml | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/options/unicsv-datum.xml create mode 100644 gpsbabel/xmldoc/formats/options/unicsv-grid.xml diff --git a/gpsbabel/xmldoc/formats/options/unicsv-datum.xml b/gpsbabel/xmldoc/formats/options/unicsv-datum.xml new file mode 100644 index 000000000..b4d56af7f --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/unicsv-datum.xml @@ -0,0 +1,4 @@ + + This option specifies the datum to be used on output. Valid values for this + option are listed in . + diff --git a/gpsbabel/xmldoc/formats/options/unicsv-grid.xml b/gpsbabel/xmldoc/formats/options/unicsv-grid.xml new file mode 100644 index 000000000..7d6cab0a4 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/unicsv-grid.xml @@ -0,0 +1,8 @@ + + This value specifies the grid to be used on write. It is similar to + the grid option of garmin_txt (see ). The only difference is that unicsv does not + write a degree sign (°) into the output file. + + + Without this option unicsv writes the coordinates as simple numbers like in the samples above. + -- 2.30.2